home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / source / jpegv5src.lha / gcc / README < prev   
Text File  |  1994-10-30  |  2KB  |  63 lines

  1. The Independent JPEG Group's JPEG software
  2. ==========================================
  3.  
  4. README for release 5 of 24-Sep-94
  5. =================================
  6.  
  7. This distribution contains the fifth public release of the Independent JPEG
  8. Group's free JPEG software. 
  9.  
  10. This software is the work of Tom Lane, Philip Gladstone, Luis Ortiz, Jim
  11. Boucher, Lee Crocker, George Phillips, Davide Rossi, Ge' Weijers, and other
  12. members of the Independent JPEG Group.
  13.  
  14. IJG is not associated with the official ISO JPEG standards committee.
  15.  
  16. The jpeg-5 directory contains the original jpegsrc.v5.tar.gz archive ftp'ed 
  17. directly from ftp.uu.net. If you want to compile with gcc use the files from
  18. this directory.
  19.  
  20.  
  21. Recompiling the programs:
  22.  
  23. Copy jconfig.h and makefile.gcc to the jpeg-5 directory. Edit makefile.gcc and
  24. set compiler options suitable for your processor configuration. (Use the
  25. -msoft-float option if you don't have a coprocessor.)
  26.  
  27. Enter:
  28.  
  29.  make -f makefile.gcc
  30.  
  31. Check if it works: (floating point part cannot be tested this way)
  32.  
  33.  make -f makefile.gcc test
  34.  
  35.  
  36. NOTES:
  37.  
  38. 1) I used the gcc 2.5.8 distribution for compiling the programs. I cannot
  39.    recommend using version 2.6.0, I found some bugs that were not present
  40.    in the previous version.
  41.  
  42. 2) If you compile the programs with other compilers (makefiles for Manx and
  43.    SAS are included) they will be slower or contain bugs, so don't do that.
  44.  
  45.  
  46. If you found a bug then please let me know about it. (Every behaviour that
  47. does not correspond to the original documentation is considered a bug.)
  48. If it is not Amiga-specific you may also report it directly to the
  49. Independent JPEG Group.
  50.  
  51.  
  52. My address:
  53.  
  54.  
  55.  
  56.   electronic mail:                                  normal mail:
  57.   ****************                                  ************
  58.  
  59.  Guenther@studbox.uni-stuttgart.de                  Günther Röhrich
  60.                                                     Lerchenbergstr. 4
  61.                                                     73733 Esslingen
  62.                                                         Germany
  63.